* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

/* .container {} */

.header-1 {
    width: 100%;
    height: 0.3rem;
    background: #F5F5F5;
    border-radius: 0;
    align-content: center;
}

.header-1-content {
    margin: 0 auto;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-1-p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #222222;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.header-1-p2 {
    width: .18rem;
    height: .18rem;
}

.header-1-p2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-1-p3 {
    padding-left: .07rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .18rem;
    color: #3473BF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.header-2 {
    width: 100%;
    height: 0.9rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
}

.header-2-content {
    margin: 0 auto;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-2-logo {
    width: 2.46rem;
    height: .8rem;
}

.header-2-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-2-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2rem;
}

.nav-1 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.nav-1 a:hover {
    color: #3473BF;
}

.active-nav {
    color: #3473BF;
}
















.swiper {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-3-content {
    width: 100%;
    height: 8.2rem;
}

.swiper-button-next:after {
    position: absolute;
    right: 0.7rem;
    content: '' !important;
    width: .4rem;
    height: .4rem;
    background: url(../img/header/header-next.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-button-prev:after {
    position: absolute;
    left: 0.7rem;
    content: '' !important;
    width: .4rem;
    height: .4rem;
    background: url(../img/header/header-prev.png) no-repeat;
    background-size: 100% 100%;
}


.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 0.08rem !important;
    height: .08rem !important;
}

.swiper-pagination-bullet-active {
    width: .3rem !important;
    height: .08rem !important;
    background: #3473BF !important;
    border-radius: 0.04rem !important;
}




.nav-1 {
    position: relative;
}

.xiala {
    display: none;
    left: -0.3rem;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    position: absolute;
    z-index: 99;
    top: 0.56rem;
    width: 1.30rem;
    /*height: 1.15rem;*/
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0rem 0rem 0.05rem 0.05rem;
    padding-bottom: 0.05rem;
}
.xialas a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.07rem 0.23rem;
}

.xialas {
    border-bottom: 0.01rem solid #E5E5E5;
}

.xialas:hover {
    background: #3473BF;
}

.xialas a:hover {
    color: #fff;
}